Html Css Color HEX #CBB003 Bird Flower

📋 copy color: '#CBB003'

red 203 ◦ green 176 ◦ blue 3

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

Shades of Bird Flower #CBB003

Tints of Bird Flower #CBB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 53.14%
G = 46.07%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBB003 (or 0xCBB003) is known color: Bird Flower. HEX triplet: CB, B0 and 03. RGB value is (203,176,3). Sum of RGB (Red+Green+Blue) = 203+176+3=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB003 is #344FFC. Grayscale: #A5A5A5. Windows color (decimal): -3428349 or 241867. OLE color: 241867.

HSL color Cylindrical-coordinate representation of color #CBB003: hue angle of 51.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBB003 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 3 -
CMYK 0 0.13 0.99 0.20
HSL 51.9º 0.97% 0.4% -
HSV(B) 51.9º 0.99% 0.8% -
XYZ 40.17 43.75 6.41 -
YUV 164.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 203 176 3 0 0.13 0.99 0.20 51.9 0.97 0.4
Hex CB B0 3 0 D 63 14 34 61 28
Octal 313 260 3 0 15 143 24 64 141 50
Binary 11001011 10110000 11 0 1101 1100011 10100 110100 1100001 101000

Color Harmonies of #CBB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB003

Black with #CBB003

Text Example


Text Example

White with #CBB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB003; }

 p { color: rgb(203,176,3); }

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

background-color css

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

 a { background-color: rgb(203,176,3); }

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

border-color css

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

 span { border-color: rgb(203,176,3); }

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