Html Css Color HEX #CCCB31 Wattle

📋 copy color: '#CCCB31'

red 204 ◦ green 203 ◦ blue 49

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

Shades of Wattle #CCCB31

Tints of Wattle #CCCB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.75%

R = 44.74%
G = 44.52%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCCB31 (or 0xCCCB31) is known color: Wattle. HEX triplet: CC, CB and 31. RGB value is (204,203,49). Sum of RGB (Red+Green+Blue) = 204+203+49=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB31 is #3334CE. Grayscale: #BABABA. Windows color (decimal): -3355855 or 3263436. OLE color: 3263436.

HSL color Cylindrical-coordinate representation of color #CCCB31: hue angle of 59.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCB31 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 49 -
CMYK 0 0.00 0.76 0.2
HSL 59.61º 0.61% 0.5% -
HSV(B) 59.61º 0.76% 0.8% -
XYZ 46.81 55.77 11.2 -
YUV 185.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 204 203 49 0 0.00 0.76 0.2 59.61 0.61 0.5
Hex CC CB 31 0 0 4C 14 3C 3D 32
Octal 314 313 61 0 0 114 24 74 75 62
Binary 11001100 11001011 110001 0 0 1001100 10100 111100 111101 110010

Color Harmonies of #CCCB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB31

Black with #CCCB31

Text Example


Text Example

White with #CCCB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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