Html Css Color HEX #CCCB4E Wattle

📋 copy color: '#CCCB4E'

red 204 ◦ green 203 ◦ blue 78

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

Shades of Wattle #CCCB4E

Tints of Wattle #CCCB4E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.86%

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

R = 42.06%
G = 41.86%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCCB4E (or 0xCCCB4E) is known color: Wattle. HEX triplet: CC, CB and 4E. RGB value is (204,203,78). Sum of RGB (Red+Green+Blue) = 204+203+78=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB4E is #3334B1. Grayscale: #BDBDBD. Windows color (decimal): -3355826 or 5163980. OLE color: 5163980.

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

Color convert

RGB 204 203 78 -
CMYK 0 0.00 0.62 0.2
HSL 59.52º 0.55% 0.55% -
HSV(B) 59.52º 0.62% 0.8% -
XYZ 47.63 56.1 15.53 -
YUV 189.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 204 203 78 0 0.00 0.62 0.2 59.52 0.55 0.55
Hex CC CB 4E 0 0 3E 14 3C 37 37
Octal 314 313 116 0 0 76 24 74 67 67
Binary 11001100 11001011 1001110 0 0 111110 10100 111100 110111 110111

Color Harmonies of #CCCB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB4E

Black with #CCCB4E

Text Example


Text Example

White with #CCCB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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