Html Css Color HEX #CB9024 Buttercup

📋 copy color: '#CB9024'

red 203 ◦ green 144 ◦ blue 36

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

Shades of Buttercup #CB9024

Tints of Buttercup #CB9024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 53%
G = 37.6%
B = 9.4%

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

#CB9024 (or 0xCB9024) is known color: Buttercup. HEX triplet: CB, 90 and 24. RGB value is (203,144,36). Sum of RGB (Red+Green+Blue) = 203+144+36=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9024 is #346FDB. Grayscale: #959595. Windows color (decimal): -3436508 or 2396363. OLE color: 2396363.

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

Color convert

RGB 203 144 36 -
CMYK 0 0.29 0.82 0.20
HSL 38.8º 0.7% 0.47% -
HSV(B) 38.8º 0.82% 0.8% -
XYZ 34.92 32.77 6.15 -
YUV 149.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 203 144 36 0 0.29 0.82 0.20 38.8 0.7 0.47
Hex CB 90 24 0 1D 52 14 27 46 2F
Octal 313 220 44 0 35 122 24 47 106 57
Binary 11001011 10010000 100100 0 11101 1010010 10100 100111 1000110 101111

Color Harmonies of #CB9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9024

Black with #CB9024

Text Example


Text Example

White with #CB9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9024; }

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

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

background-color css

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

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

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

border-color css

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

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

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