Html Css Color HEX #CCB801 Bird Flower

📋 copy color: '#CCB801'

red 204 ◦ green 184 ◦ blue 1

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

Shades of Bird Flower #CCB801

Tints of Bird Flower #CCB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.3%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.44%
G = 47.3%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB801 (or 0xCCB801) is known color: Bird Flower. HEX triplet: CC, B8 and 01. RGB value is (204,184,1). Sum of RGB (Red+Green+Blue) = 204+184+1=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB801 is #3347FE. Grayscale: #A9A9A9. Windows color (decimal): -3360767 or 112844. OLE color: 112844.

HSL color Cylindrical-coordinate representation of color #CCB801: hue angle of 54.09º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCB801 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 1 -
CMYK 0 0.10 1.00 0.2
HSL 54.09º 0.99% 0.4% -
HSV(B) 54.09º 1% 0.8% -
XYZ 42.05 47.12 6.91 -
YUV 169.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 204 184 1 0 0.10 1.00 0.2 54.09 0.99 0.4
Hex CC B8 1 0 A 64 14 36 63 28
Octal 314 270 1 0 12 144 24 66 143 50
Binary 11001100 10111000 1 0 1010 1100100 10100 110110 1100011 101000

Color Harmonies of #CCB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB801

Black with #CCB801

Text Example


Text Example

White with #CCB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB801; }

 p { color: rgb(204,184,1); }

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

background-color css

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

 a { background-color: rgb(204,184,1); }

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

border-color css

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

 span { border-color: rgb(204,184,1); }

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