Html Css Color HEX #CDC74B Wattle

📋 copy color: '#CDC74B'

red 205 ◦ green 199 ◦ blue 75

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

Shades of Wattle #CDC74B

Tints of Wattle #CDC74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.66%

R = 42.8%
G = 41.54%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CDC74B (or 0xCDC74B) is known color: Wattle. HEX triplet: CD, C7 and 4B. RGB value is (205,199,75). Sum of RGB (Red+Green+Blue) = 205+199+75=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC74B is #3238B4. Grayscale: #BBBBBB. Windows color (decimal): -3291317 or 4966349. OLE color: 4966349.

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

Color convert

RGB 205 199 75 -
CMYK 0 0.03 0.63 0.20
HSL 57.23º 0.57% 0.55% -
HSV(B) 57.23º 0.63% 0.8% -
XYZ 46.87 54.33 14.67 -
YUV 186.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 205 199 75 0 0.03 0.63 0.20 57.23 0.57 0.55
Hex CD C7 4B 0 3 3F 14 39 39 37
Octal 315 307 113 0 3 77 24 71 71 67
Binary 11001101 11000111 1001011 0 11 111111 10100 111001 111001 110111

Color Harmonies of #CDC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC74B

Black with #CDC74B

Text Example


Text Example

White with #CDC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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