Html Css Color HEX #CBB719 Bird Flower

📋 copy color: '#CBB719'

red 203 ◦ green 183 ◦ blue 25

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

Shades of Bird Flower #CBB719

Tints of Bird Flower #CBB719

RGB

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

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

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

R = 49.39%
G = 44.53%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB719 (or 0xCBB719) is known color: Bird Flower. HEX triplet: CB, B7 and 19. RGB value is (203,183,25). Sum of RGB (Red+Green+Blue) = 203+183+25=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB719 is #3448E6. Grayscale: #ABABAB. Windows color (decimal): -3426535 or 1685451. OLE color: 1685451.

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

Color convert

RGB 203 183 25 -
CMYK 0 0.10 0.88 0.20
HSL 53.26º 0.78% 0.45% -
HSV(B) 53.26º 0.88% 0.8% -
XYZ 41.74 46.63 7.72 -
YUV 170.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 203 183 25 0 0.10 0.88 0.20 53.26 0.78 0.45
Hex CB B7 19 0 A 58 14 35 4E 2D
Octal 313 267 31 0 12 130 24 65 116 55
Binary 11001011 10110111 11001 0 1010 1011000 10100 110101 1001110 101101

Color Harmonies of #CBB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB719

Black with #CBB719

Text Example


Text Example

White with #CBB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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