Html Css Color HEX #CB9124 Buttercup

📋 copy color: '#CB9124'

red 203 ◦ green 145 ◦ blue 36

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

Shades of Buttercup #CB9124

Tints of Buttercup #CB9124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 52.86%
G = 37.76%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB9124 (or 0xCB9124) is known color: Buttercup. HEX triplet: CB, 91 and 24. RGB value is (203,145,36). Sum of RGB (Red+Green+Blue) = 203+145+36=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9124 is #346EDB. Grayscale: #969696. Windows color (decimal): -3436252 or 2396619. OLE color: 2396619.

HSL color Cylindrical-coordinate representation of color #CB9124: hue angle of 39.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9124 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 36 -
CMYK 0 0.29 0.82 0.20
HSL 39.16º 0.7% 0.47% -
HSV(B) 39.16º 0.82% 0.8% -
XYZ 35.07 33.07 6.2 -
YUV 149.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 203 145 36 0 0.29 0.82 0.20 39.16 0.7 0.47
Hex CB 91 24 0 1D 52 14 27 46 2F
Octal 313 221 44 0 35 122 24 47 106 57
Binary 11001011 10010001 100100 0 11101 1010010 10100 100111 1000110 101111

Color Harmonies of #CB9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9124

Black with #CB9124

Text Example


Text Example

White with #CB9124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9124; }

 p { color: rgb(203,145,36); }

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

background-color css

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

 a { background-color: rgb(203,145,36); }

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

border-color css

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

 span { border-color: rgb(203,145,36); }

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