Html Css Color HEX #CD730B Ochre

📋 copy color: '#CD730B'

red 205 ◦ green 115 ◦ blue 11

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

Shades of Ochre #CD730B

Tints of Ochre #CD730B

RGB

 RED value IS 205 (80.47% from 255) = 61.93%

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 61.93%
G = 34.74%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD730B (or 0xCD730B) is known color: Ochre. HEX triplet: CD, 73 and 0B. RGB value is (205,115,11). Sum of RGB (Red+Green+Blue) = 205+115+11=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD730B is #328CF4. Grayscale: #828282. Windows color (decimal): -3312885 or 750541. OLE color: 750541.

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

Color convert

RGB 205 115 11 -
CMYK 0 0.44 0.95 0.20
HSL 32.16º 0.9% 0.42% -
HSV(B) 32.16º 0.95% 0.8% -
XYZ 31.37 25.26 3.54 -
YUV 130.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 205 115 11 0 0.44 0.95 0.20 32.16 0.9 0.42
Hex CD 73 B 0 2C 5F 14 20 5A 2A
Octal 315 163 13 0 54 137 24 40 132 52
Binary 11001101 1110011 1011 0 101100 1011111 10100 100000 1011010 101010

Color Harmonies of #CD730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD730B

Black with #CD730B

Text Example


Text Example

White with #CD730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD730B; }

 p { color: rgb(205,115,11); }

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

background-color css

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

 a { background-color: rgb(205,115,11); }

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

border-color css

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

 span { border-color: rgb(205,115,11); }

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