Html Css Color HEX #C98024 Ochre

📋 copy color: '#C98024'

red 201 ◦ green 128 ◦ blue 36

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

Shades of Ochre #C98024

Tints of Ochre #C98024

RGB

 RED value IS 201 (78.91% from 255) = 55.07%

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 55.07%
G = 35.07%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C98024 (or 0xC98024) is known color: Ochre. HEX triplet: C9, 80 and 24. RGB value is (201,128,36). Sum of RGB (Red+Green+Blue) = 201+128+36=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C98024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98024 is #367FDB. Grayscale: #8B8B8B. Windows color (decimal): -3571676 or 2392265. OLE color: 2392265.

HSL color Cylindrical-coordinate representation of color #C98024: hue angle of 33.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C98024 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 36 -
CMYK 0 0.36 0.82 0.21
HSL 33.45º 0.7% 0.46% -
HSV(B) 33.45º 0.82% 0.79% -
XYZ 32.13 27.98 5.38 -
YUV 139.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 201 128 36 0 0.36 0.82 0.21 33.45 0.7 0.46
Hex C9 80 24 0 24 52 15 21 46 2E
Octal 311 200 44 0 44 122 25 41 106 56
Binary 11001001 10000000 100100 0 100100 1010010 10101 100001 1000110 101110

Color Harmonies of #C98024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98024

Black with #C98024

Text Example


Text Example

White with #C98024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98024; }

 p { color: rgb(201,128,36); }

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

background-color css

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

 a { background-color: rgb(201,128,36); }

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

border-color css

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

 span { border-color: rgb(201,128,36); }

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