Html Css Color HEX #CCB306 Bird Flower

📋 copy color: '#CCB306'

red 204 ◦ green 179 ◦ blue 6

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

Shades of Bird Flower #CCB306

Tints of Bird Flower #CCB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 52.44%
G = 46.02%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB306 (or 0xCCB306) is known color: Bird Flower. HEX triplet: CC, B3 and 06. RGB value is (204,179,6). Sum of RGB (Red+Green+Blue) = 204+179+6=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB306 is #334CF9. Grayscale: #A7A7A7. Windows color (decimal): -3362042 or 439244. OLE color: 439244.

HSL color Cylindrical-coordinate representation of color #CCB306: hue angle of 52.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCB306 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 6 -
CMYK 0 0.12 0.97 0.2
HSL 52.42º 0.94% 0.41% -
HSV(B) 52.42º 0.97% 0.8% -
XYZ 41.05 45.09 6.71 -
YUV 166.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 204 179 6 0 0.12 0.97 0.2 52.42 0.94 0.41
Hex CC B3 6 0 C 61 14 34 5E 29
Octal 314 263 6 0 14 141 24 64 136 51
Binary 11001100 10110011 110 0 1100 1100001 10100 110100 1011110 101001

Color Harmonies of #CCB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB306

Black with #CCB306

Text Example


Text Example

White with #CCB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB306; }

 p { color: rgb(204,179,6); }

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

background-color css

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

 a { background-color: rgb(204,179,6); }

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

border-color css

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

 span { border-color: rgb(204,179,6); }

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