Html Css Color HEX #CDC74D Wattle

📋 copy color: '#CDC74D'

red 205 ◦ green 199 ◦ blue 77

#CDC74D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CDC74D

Tints of Wattle #CDC74D

RGB

 RED value IS 205 (80.47% from 255) = 42.62%

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 42.62%
G = 41.37%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDC74D (or 0xCDC74D) is known color: Wattle. HEX triplet: CD, C7 and 4D. RGB value is (205,199,77). Sum of RGB (Red+Green+Blue) = 205+199+77=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC74D is #3238B2. Grayscale: #BBBBBB. Windows color (decimal): -3291315 or 5097421. OLE color: 5097421.

HSL color Cylindrical-coordinate representation of color #CDC74D: hue angle of 57.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDC74D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 77 -
CMYK 0 0.03 0.62 0.20
HSL 57.19º 0.56% 0.55% -
HSV(B) 57.19º 0.62% 0.8% -
XYZ 46.94 54.36 15.04 -
YUV 186.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 205 199 77 0 0.03 0.62 0.20 57.19 0.56 0.55
Hex CD C7 4D 0 3 3E 14 39 38 37
Octal 315 307 115 0 3 76 24 71 70 67
Binary 11001101 11000111 1001101 0 11 111110 10100 111001 111000 110111

Color Harmonies of #CDC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC74D

Black with #CDC74D

Text Example


Text Example

White with #CDC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC74D; }

 p { color: rgb(205,199,77); }

 H1.HeaderClassName
 {
   color: #CDC74D;
 }
 .AnyTagClassName
 {
   color: #CDC74D;
 }
</style>

background-color css

<style>
 a { background-color: #CDC74D; }

 a { background-color: rgb(205,199,77); }

 div.DivClassName
 {
   background-color: #CDC74D;
 }
 .BgClassName
 {
   background-color: #CDC74D;
 }
</style>

border-color css

<style>
 span { border-color: #CDC74D; }

 span { border-color: rgb(205,199,77); }

 td.TdClassName
 {
   border-color: #CDC74D;
 }
 .TagClassName
 {
   border-color: #CDC74D;
 }
</style>