Html Css Color HEX #CCCD43 Wattle

📋 copy color: '#CCCD43'

red 204 ◦ green 205 ◦ blue 67

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

Shades of Wattle #CCCD43

Tints of Wattle #CCCD43

RGB

 RED value IS 204 (80.08% from 255) = 42.86%

 GREEN value IS 205 (80.47% from 255) = 43.07%

 BLUE value IS 67 (26.56% from 255) = 14.08%

R = 42.86%
G = 43.07%
B = 14.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CCCD43 (or 0xCCCD43) is known color: Wattle. HEX triplet: CC, CD and 43. RGB value is (204,205,67). Sum of RGB (Red+Green+Blue) = 204+205+67=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD43 is #3332BC. Grayscale: #BDBDBD. Windows color (decimal): -3355325 or 4443596. OLE color: 4443596.

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

Color convert

RGB 204 205 67 -
CMYK 0.00 0 0.67 0.20
HSL 60.43º 0.58% 0.53% -
HSV(B) 60.43º 0.67% 0.8% -
XYZ 47.75 56.91 13.78 -
YUV 188.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 204 205 67 0.00 0 0.67 0.20 60.43 0.58 0.53
Hex CC CD 43 0 0 43 14 3C 3A 35
Octal 314 315 103 0 0 103 24 74 72 65
Binary 11001100 11001101 1000011 0 0 1000011 10100 111100 111010 110101

Color Harmonies of #CCCD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD43

Black with #CCCD43

Text Example


Text Example

White with #CCCD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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