Html Css Color HEX #CDCC4E Wattle

📋 copy color: '#CDCC4E'

red 205 ◦ green 204 ◦ blue 78

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

Shades of Wattle #CDCC4E

Tints of Wattle #CDCC4E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

 BLUE value IS 78 (30.86% from 255) = 16.02%

R = 42.09%
G = 41.89%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CDCC4E (or 0xCDCC4E) is known color: Wattle. HEX triplet: CD, CC and 4E. RGB value is (205,204,78). Sum of RGB (Red+Green+Blue) = 205+204+78=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC4E is #3233B1. Grayscale: #BEBEBE. Windows color (decimal): -3290034 or 5164237. OLE color: 5164237.

HSL color Cylindrical-coordinate representation of color #CDCC4E: hue angle of 59.53º 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 #CDCC4E is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 204 78 -
CMYK 0 0.00 0.62 0.20
HSL 59.53º 0.56% 0.55% -
HSV(B) 59.53º 0.62% 0.8% -
XYZ 48.14 56.71 15.62 -
YUV 189.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 205 204 78 0 0.00 0.62 0.20 59.53 0.56 0.55
Hex CD CC 4E 0 0 3E 14 3C 38 37
Octal 315 314 116 0 0 76 24 74 70 67
Binary 11001101 11001100 1001110 0 0 111110 10100 111100 111000 110111

Color Harmonies of #CDCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC4E

Black with #CDCC4E

Text Example


Text Example

White with #CDCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC4E; }

 p { color: rgb(205,204,78); }

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

background-color css

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

 a { background-color: rgb(205,204,78); }

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

border-color css

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

 span { border-color: rgb(205,204,78); }

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