Html Css Color HEX #CCCD37 Wattle

📋 copy color: '#CCCD37'

red 204 ◦ green 205 ◦ blue 55

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

Shades of Wattle #CCCD37

Tints of Wattle #CCCD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.85%

R = 43.97%
G = 44.18%
B = 11.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CCCD37 (or 0xCCCD37) is known color: Wattle. HEX triplet: CC, CD and 37. RGB value is (204,205,55). Sum of RGB (Red+Green+Blue) = 204+205+55=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD37 is #3332C8. Grayscale: #BCBCBC. Windows color (decimal): -3355337 or 3657164. OLE color: 3657164.

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

Color convert

RGB 204 205 55 -
CMYK 0.00 0 0.73 0.20
HSL 60.4º 0.6% 0.51% -
HSV(B) 60.4º 0.73% 0.8% -
XYZ 47.42 56.78 12.07 -
YUV 187.6 53.17 139.7 -
System Red Green Blue C M Y K H S L
Decimal 204 205 55 0.00 0 0.73 0.20 60.4 0.6 0.51
Hex CC CD 37 0 0 49 14 3C 3C 33
Octal 314 315 67 0 0 111 24 74 74 63
Binary 11001100 11001101 110111 0 0 1001001 10100 111100 111100 110011

Color Harmonies of #CCCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD37

Black with #CCCD37

Text Example


Text Example

White with #CCCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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