Html Css Color HEX #CDCC4A Wattle

📋 copy color: '#CDCC4A'

red 205 ◦ green 204 ◦ blue 74

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

Shades of Wattle #CDCC4A

Tints of Wattle #CDCC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 42.44%
G = 42.24%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDCC4A (or 0xCDCC4A) is known color: Wattle. HEX triplet: CD, CC and 4A. RGB value is (205,204,74). Sum of RGB (Red+Green+Blue) = 205+204+74=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC4A is #3233B5. Grayscale: #BEBEBE. Windows color (decimal): -3290038 or 4902093. OLE color: 4902093.

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

Color convert

RGB 205 204 74 -
CMYK 0 0.00 0.64 0.20
HSL 59.54º 0.57% 0.55% -
HSV(B) 59.54º 0.64% 0.8% -
XYZ 48.01 56.66 14.88 -
YUV 189.48 62.83 139.07 -
System Red Green Blue C M Y K H S L
Decimal 205 204 74 0 0.00 0.64 0.20 59.54 0.57 0.55
Hex CD CC 4A 0 0 40 14 3C 39 37
Octal 315 314 112 0 0 100 24 74 71 67
Binary 11001101 11001100 1001010 0 0 1000000 10100 111100 111001 110111

Color Harmonies of #CDCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC4A

Black with #CDCC4A

Text Example


Text Example

White with #CDCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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