Html Css Color HEX #CBB50D Bird Flower

📋 copy color: '#CBB50D'

red 203 ◦ green 181 ◦ blue 13

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

Shades of Bird Flower #CBB50D

Tints of Bird Flower #CBB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 51.13%
G = 45.59%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBB50D (or 0xCBB50D) is known color: Bird Flower. HEX triplet: CB, B5 and 0D. RGB value is (203,181,13). Sum of RGB (Red+Green+Blue) = 203+181+13=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB50D is #344AF2. Grayscale: #A9A9A9. Windows color (decimal): -3427059 or 898507. OLE color: 898507.

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

Color convert

RGB 203 181 13 -
CMYK 0 0.11 0.94 0.20
HSL 53.05º 0.88% 0.42% -
HSV(B) 53.05º 0.94% 0.8% -
XYZ 41.23 45.77 7.04 -
YUV 168.43 40.29 152.66 -
System Red Green Blue C M Y K H S L
Decimal 203 181 13 0 0.11 0.94 0.20 53.05 0.88 0.42
Hex CB B5 D 0 B 5E 14 35 58 2A
Octal 313 265 15 0 13 136 24 65 130 52
Binary 11001011 10110101 1101 0 1011 1011110 10100 110101 1011000 101010

Color Harmonies of #CBB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB50D

Black with #CBB50D

Text Example


Text Example

White with #CBB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB50D; }

 p { color: rgb(203,181,13); }

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

background-color css

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

 a { background-color: rgb(203,181,13); }

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

border-color css

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

 span { border-color: rgb(203,181,13); }

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