Html Css Color HEX #CBB319 Bird Flower

📋 copy color: '#CBB319'

red 203 ◦ green 179 ◦ blue 25

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

Shades of Bird Flower #CBB319

Tints of Bird Flower #CBB319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 49.88%
G = 43.98%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB319 (or 0xCBB319) is known color: Bird Flower. HEX triplet: CB, B3 and 19. RGB value is (203,179,25). Sum of RGB (Red+Green+Blue) = 203+179+25=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB319 is #344CE6. Grayscale: #A9A9A9. Windows color (decimal): -3427559 or 1684427. OLE color: 1684427.

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

Color convert

RGB 203 179 25 -
CMYK 0 0.12 0.88 0.20
HSL 51.91º 0.78% 0.45% -
HSV(B) 51.91º 0.88% 0.8% -
XYZ 40.92 45.01 7.45 -
YUV 168.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 203 179 25 0 0.12 0.88 0.20 51.91 0.78 0.45
Hex CB B3 19 0 C 58 14 34 4E 2D
Octal 313 263 31 0 14 130 24 64 116 55
Binary 11001011 10110011 11001 0 1100 1011000 10100 110100 1001110 101101

Color Harmonies of #CBB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB319

Black with #CBB319

Text Example


Text Example

White with #CBB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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