Html Css Color HEX #CCBB01 Bird Flower

📋 copy color: '#CCBB01'

red 204 ◦ green 187 ◦ blue 1

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

Shades of Bird Flower #CCBB01

Tints of Bird Flower #CCBB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.7%

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

R = 52.04%
G = 47.7%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCBB01 (or 0xCCBB01) is known color: Bird Flower. HEX triplet: CC, BB and 01. RGB value is (204,187,1). Sum of RGB (Red+Green+Blue) = 204+187+1=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB01 is #3344FE. Grayscale: #ABABAB. Windows color (decimal): -3359999 or 113612. OLE color: 113612.

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

Color convert

RGB 204 187 1 -
CMYK 0 0.08 1.00 0.2
HSL 54.98º 0.99% 0.4% -
HSV(B) 54.98º 1% 0.8% -
XYZ 42.68 48.38 7.12 -
YUV 170.88 32.13 151.62 -
System Red Green Blue C M Y K H S L
Decimal 204 187 1 0 0.08 1.00 0.2 54.98 0.99 0.4
Hex CC BB 1 0 8 64 14 37 63 28
Octal 314 273 1 0 10 144 24 67 143 50
Binary 11001100 10111011 1 0 1000 1100100 10100 110111 1100011 101000

Color Harmonies of #CCBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB01

Black with #CCBB01

Text Example


Text Example

White with #CCBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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