Html Css Color HEX #CCCB30 Wattle

📋 copy color: '#CCCB30'

red 204 ◦ green 203 ◦ blue 48

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

Shades of Wattle #CCCB30

Tints of Wattle #CCCB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 44.84%
G = 44.62%
B = 10.55%

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

#CCCB30 (or 0xCCCB30) is known color: Wattle. HEX triplet: CC, CB and 30. RGB value is (204,203,48). Sum of RGB (Red+Green+Blue) = 204+203+48=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB30 is #3334CF. Grayscale: #BABABA. Windows color (decimal): -3355856 or 3197900. OLE color: 3197900.

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

Color convert

RGB 204 203 48 -
CMYK 0 0.00 0.76 0.2
HSL 59.62º 0.62% 0.49% -
HSV(B) 59.62º 0.76% 0.8% -
XYZ 46.79 55.76 11.09 -
YUV 185.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 204 203 48 0 0.00 0.76 0.2 59.62 0.62 0.49
Hex CC CB 30 0 0 4C 14 3C 3E 31
Octal 314 313 60 0 0 114 24 74 76 61
Binary 11001100 11001011 110000 0 0 1001100 10100 111100 111110 110001

Color Harmonies of #CCCB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB30

Black with #CCCB30

Text Example


Text Example

White with #CCCB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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