Html Css Color HEX #CCB901 Bird Flower

📋 copy color: '#CCB901'

red 204 ◦ green 185 ◦ blue 1

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

Shades of Bird Flower #CCB901

Tints of Bird Flower #CCB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

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

R = 52.31%
G = 47.44%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB901 (or 0xCCB901) is known color: Bird Flower. HEX triplet: CC, B9 and 01. RGB value is (204,185,1). Sum of RGB (Red+Green+Blue) = 204+185+1=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB901 is #3346FE. Grayscale: #AAAAAA. Windows color (decimal): -3360511 or 113100. OLE color: 113100.

HSL color Cylindrical-coordinate representation of color #CCB901: hue angle of 54.38º 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 #CCB901 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 1 -
CMYK 0 0.09 1.00 0.2
HSL 54.38º 0.99% 0.4% -
HSV(B) 54.38º 1% 0.8% -
XYZ 42.26 47.54 6.98 -
YUV 169.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 204 185 1 0 0.09 1.00 0.2 54.38 0.99 0.4
Hex CC B9 1 0 9 64 14 36 63 28
Octal 314 271 1 0 11 144 24 66 143 50
Binary 11001100 10111001 1 0 1001 1100100 10100 110110 1100011 101000

Color Harmonies of #CCB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB901

Black with #CCB901

Text Example


Text Example

White with #CCB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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