Html Css Color HEX #CCB501 Bird Flower

📋 copy color: '#CCB501'

red 204 ◦ green 181 ◦ blue 1

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

Shades of Bird Flower #CCB501

Tints of Bird Flower #CCB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

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

R = 52.85%
G = 46.89%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB501 (or 0xCCB501) is known color: Bird Flower. HEX triplet: CC, B5 and 01. RGB value is (204,181,1). Sum of RGB (Red+Green+Blue) = 204+181+1=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB501 is #334AFE. Grayscale: #A8A8A8. Windows color (decimal): -3361535 or 112076. OLE color: 112076.

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

Color convert

RGB 204 181 1 -
CMYK 0 0.11 1.00 0.2
HSL 53.2º 0.99% 0.4% -
HSV(B) 53.2º 1% 0.8% -
XYZ 41.43 45.89 6.7 -
YUV 167.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 204 181 1 0 0.11 1.00 0.2 53.2 0.99 0.4
Hex CC B5 1 0 B 64 14 35 63 28
Octal 314 265 1 0 13 144 24 65 143 50
Binary 11001100 10110101 1 0 1011 1100100 10100 110101 1100011 101000

Color Harmonies of #CCB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB501

Black with #CCB501

Text Example


Text Example

White with #CCB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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