Html Css Color HEX #C07B05 Dark Goldenrod

📋 copy color: '#C07B05'

red 192 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #C07B05

Tints of Dark Goldenrod #C07B05

RGB

 RED value IS 192 (75.39% from 255) = 60%

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 60%
G = 38.44%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07B05 (or 0xC07B05) is known color: Dark Goldenrod. HEX triplet: C0, 7B and 05. RGB value is (192,123,5). Sum of RGB (Red+Green+Blue) = 192+123+5=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07B05 is #3F84FA. Grayscale: #828282. Windows color (decimal): -4162811 or 359360. OLE color: 359360.

HSL color Cylindrical-coordinate representation of color #C07B05: hue angle of 37.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C07B05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 5 -
CMYK 0 0.36 0.97 0.25
HSL 37.86º 0.95% 0.39% -
HSV(B) 37.86º 0.97% 0.75% -
XYZ 28.85 25.38 3.52 -
YUV 130.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 192 123 5 0 0.36 0.97 0.25 37.86 0.95 0.39
Hex C0 7B 5 0 24 61 19 26 5F 27
Octal 300 173 5 0 44 141 31 46 137 47
Binary 11000000 1111011 101 0 100100 1100001 11001 100110 1011111 100111

Color Harmonies of #C07B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B05

Black with #C07B05

Text Example


Text Example

White with #C07B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B05; }

 p { color: rgb(192,123,5); }

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

background-color css

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

 a { background-color: rgb(192,123,5); }

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

border-color css

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

 span { border-color: rgb(192,123,5); }

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