Html Css Color HEX #CBB714 Bird Flower

📋 copy color: '#CBB714'

red 203 ◦ green 183 ◦ blue 20

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

Shades of Bird Flower #CBB714

Tints of Bird Flower #CBB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

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

R = 50%
G = 45.07%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB714 (or 0xCBB714) is known color: Bird Flower. HEX triplet: CB, B7 and 14. RGB value is (203,183,20). Sum of RGB (Red+Green+Blue) = 203+183+20=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB714 is #3448EB. Grayscale: #ABABAB. Windows color (decimal): -3426540 or 1357771. OLE color: 1357771.

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

Color convert

RGB 203 183 20 -
CMYK 0 0.10 0.90 0.20
HSL 53.44º 0.82% 0.44% -
HSV(B) 53.44º 0.9% 0.8% -
XYZ 41.69 46.61 7.46 -
YUV 170.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 203 183 20 0 0.10 0.90 0.20 53.44 0.82 0.44
Hex CB B7 14 0 A 5A 14 35 52 2C
Octal 313 267 24 0 12 132 24 65 122 54
Binary 11001011 10110111 10100 0 1010 1011010 10100 110101 1010010 101100

Color Harmonies of #CBB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB714

Black with #CBB714

Text Example


Text Example

White with #CBB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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