Html Css Color HEX #CBB00F Bird Flower

📋 copy color: '#CBB00F'

red 203 ◦ green 176 ◦ blue 15

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

Shades of Bird Flower #CBB00F

Tints of Bird Flower #CBB00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.81%

R = 51.52%
G = 44.67%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBB00F (or 0xCBB00F) is known color: Bird Flower. HEX triplet: CB, B0 and 0F. RGB value is (203,176,15). Sum of RGB (Red+Green+Blue) = 203+176+15=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB00F is #344FF0. Grayscale: #A6A6A6. Windows color (decimal): -3428337 or 1028299. OLE color: 1028299.

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

Color convert

RGB 203 176 15 -
CMYK 0 0.13 0.93 0.20
HSL 51.38º 0.86% 0.43% -
HSV(B) 51.38º 0.93% 0.8% -
XYZ 40.24 43.78 6.78 -
YUV 165.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 203 176 15 0 0.13 0.93 0.20 51.38 0.86 0.43
Hex CB B0 F 0 D 5D 14 33 56 2B
Octal 313 260 17 0 15 135 24 63 126 53
Binary 11001011 10110000 1111 0 1101 1011101 10100 110011 1010110 101011

Color Harmonies of #CBB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB00F

Black with #CBB00F

Text Example


Text Example

White with #CBB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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