Html Css Color HEX #CBB501 Bird Flower

📋 copy color: '#CBB501'

red 203 ◦ green 181 ◦ blue 1

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

Shades of Bird Flower #CBB501

Tints of Bird Flower #CBB501

RGB

 RED value IS 203 (79.69% from 255) = 52.73%

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

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

R = 52.73%
G = 47.01%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB501 (or 0xCBB501) is known color: Bird Flower. HEX triplet: CB, B5 and 01. RGB value is (203,181,1). Sum of RGB (Red+Green+Blue) = 203+181+1=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB501 is #344AFE. Grayscale: #A7A7A7. Windows color (decimal): -3427071 or 112075. OLE color: 112075.

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

Color convert

RGB 203 181 1 -
CMYK 0 0.11 1.00 0.20
HSL 53.47º 0.99% 0.4% -
HSV(B) 53.47º 1% 0.8% -
XYZ 41.16 45.75 6.69 -
YUV 167.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 203 181 1 0 0.11 1.00 0.20 53.47 0.99 0.4
Hex CB B5 1 0 B 64 14 35 63 28
Octal 313 265 1 0 13 144 24 65 143 50
Binary 11001011 10110101 1 0 1011 1100100 10100 110101 1100011 101000

Color Harmonies of #CBB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB501

Black with #CBB501

Text Example


Text Example

White with #CBB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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