Html Css Color HEX #CBB015 Bird Flower

📋 copy color: '#CBB015'

red 203 ◦ green 176 ◦ blue 21

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

Shades of Bird Flower #CBB015

Tints of Bird Flower #CBB015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 50.75%
G = 44%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB015 (or 0xCBB015) is known color: Bird Flower. HEX triplet: CB, B0 and 15. RGB value is (203,176,21). Sum of RGB (Red+Green+Blue) = 203+176+21=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB015 is #344FEA. Grayscale: #A7A7A7. Windows color (decimal): -3428331 or 1421515. OLE color: 1421515.

HSL color Cylindrical-coordinate representation of color #CBB015: hue angle of 51.1º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBB015 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 21 -
CMYK 0 0.13 0.90 0.20
HSL 51.1º 0.81% 0.44% -
HSV(B) 51.1º 0.9% 0.8% -
XYZ 40.29 43.8 7.04 -
YUV 166.4 45.95 154.1 -
System Red Green Blue C M Y K H S L
Decimal 203 176 21 0 0.13 0.90 0.20 51.1 0.81 0.44
Hex CB B0 15 0 D 5A 14 33 51 2C
Octal 313 260 25 0 15 132 24 63 121 54
Binary 11001011 10110000 10101 0 1101 1011010 10100 110011 1010001 101100

Color Harmonies of #CBB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB015

Black with #CBB015

Text Example


Text Example

White with #CBB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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