Html Css Color HEX #CBB914 Bird Flower

📋 copy color: '#CBB914'

red 203 ◦ green 185 ◦ blue 20

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

Shades of Bird Flower #CBB914

Tints of Bird Flower #CBB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 49.75%
G = 45.34%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB914 (or 0xCBB914) is known color: Bird Flower. HEX triplet: CB, B9 and 14. RGB value is (203,185,20). Sum of RGB (Red+Green+Blue) = 203+185+20=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB914 is #3446EB. Grayscale: #ACACAC. Windows color (decimal): -3426028 or 1358283. OLE color: 1358283.

HSL color Cylindrical-coordinate representation of color #CBB914: hue angle of 54.1º degrees, saturation: 0.82, 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 #CBB914 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 20 -
CMYK 0 0.09 0.90 0.20
HSL 54.1º 0.82% 0.44% -
HSV(B) 54.1º 0.9% 0.8% -
XYZ 42.1 47.44 7.6 -
YUV 171.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 203 185 20 0 0.09 0.90 0.20 54.1 0.82 0.44
Hex CB B9 14 0 9 5A 14 36 52 2C
Octal 313 271 24 0 11 132 24 66 122 54
Binary 11001011 10111001 10100 0 1001 1011010 10100 110110 1010010 101100

Color Harmonies of #CBB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB914

Black with #CBB914

Text Example


Text Example

White with #CBB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB914; }

 p { color: rgb(203,185,20); }

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

background-color css

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

 a { background-color: rgb(203,185,20); }

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

border-color css

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

 span { border-color: rgb(203,185,20); }

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