Html Css Color HEX #CBB613 Bird Flower

📋 copy color: '#CBB613'

red 203 ◦ green 182 ◦ blue 19

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

Shades of Bird Flower #CBB613

Tints of Bird Flower #CBB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 50.25%
G = 45.05%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBB613 (or 0xCBB613) is known color: Bird Flower. HEX triplet: CB, B6 and 13. RGB value is (203,182,19). Sum of RGB (Red+Green+Blue) = 203+182+19=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB613 is #3449EC. Grayscale: #AAAAAA. Windows color (decimal): -3426797 or 1291979. OLE color: 1291979.

HSL color Cylindrical-coordinate representation of color #CBB613: hue angle of 53.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBB613 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 19 -
CMYK 0 0.10 0.91 0.20
HSL 53.15º 0.83% 0.44% -
HSV(B) 53.15º 0.91% 0.8% -
XYZ 41.47 46.2 7.35 -
YUV 169.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 203 182 19 0 0.10 0.91 0.20 53.15 0.83 0.44
Hex CB B6 13 0 A 5B 14 35 53 2C
Octal 313 266 23 0 12 133 24 65 123 54
Binary 11001011 10110110 10011 0 1010 1011011 10100 110101 1010011 101100

Color Harmonies of #CBB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB613

Black with #CBB613

Text Example


Text Example

White with #CBB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB613; }

 p { color: rgb(203,182,19); }

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

background-color css

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

 a { background-color: rgb(203,182,19); }

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

border-color css

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

 span { border-color: rgb(203,182,19); }

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