Html Css Color HEX #CBB317 Bird Flower

📋 copy color: '#CBB317'

red 203 ◦ green 179 ◦ blue 23

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

Shades of Bird Flower #CBB317

Tints of Bird Flower #CBB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

 BLUE value IS 23 (9.38% from 255) = 5.68%

R = 50.12%
G = 44.2%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBB317 (or 0xCBB317) is known color: Bird Flower. HEX triplet: CB, B3 and 17. RGB value is (203,179,23). Sum of RGB (Red+Green+Blue) = 203+179+23=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB317 is #344CE8. Grayscale: #A9A9A9. Windows color (decimal): -3427561 or 1553355. OLE color: 1553355.

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

Color convert

RGB 203 179 23 -
CMYK 0 0.12 0.89 0.20
HSL 52º 0.8% 0.44% -
HSV(B) 52º 0.89% 0.8% -
XYZ 40.9 45 7.34 -
YUV 168.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 203 179 23 0 0.12 0.89 0.20 52 0.8 0.44
Hex CB B3 17 0 C 59 14 34 50 2C
Octal 313 263 27 0 14 131 24 64 120 54
Binary 11001011 10110011 10111 0 1100 1011001 10100 110100 1010000 101100

Color Harmonies of #CBB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB317

Black with #CBB317

Text Example


Text Example

White with #CBB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB317; }

 p { color: rgb(203,179,23); }

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

background-color css

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

 a { background-color: rgb(203,179,23); }

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

border-color css

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

 span { border-color: rgb(203,179,23); }

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