Html Css Color HEX #CCB101 Bird Flower

📋 copy color: '#CCB101'

red 204 ◦ green 177 ◦ blue 1

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

Shades of Bird Flower #CCB101

Tints of Bird Flower #CCB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.34%

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

R = 53.4%
G = 46.34%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB101 (or 0xCCB101) is known color: Bird Flower. HEX triplet: CC, B1 and 01. RGB value is (204,177,1). Sum of RGB (Red+Green+Blue) = 204+177+1=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB101 is #334EFE. Grayscale: #A5A5A5. Windows color (decimal): -3362559 or 111052. OLE color: 111052.

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

Color convert

RGB 204 177 1 -
CMYK 0 0.13 1.00 0.2
HSL 52.02º 0.99% 0.4% -
HSV(B) 52.02º 1% 0.8% -
XYZ 40.63 44.28 6.43 -
YUV 165.01 35.45 155.81 -
System Red Green Blue C M Y K H S L
Decimal 204 177 1 0 0.13 1.00 0.2 52.02 0.99 0.4
Hex CC B1 1 0 D 64 14 34 63 28
Octal 314 261 1 0 15 144 24 64 143 50
Binary 11001100 10110001 1 0 1101 1100100 10100 110100 1100011 101000

Color Harmonies of #CCB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB101

Black with #CCB101

Text Example


Text Example

White with #CCB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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