Html Css Color HEX #CD7C02 Dark Goldenrod

📋 copy color: '#CD7C02'

red 205 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #CD7C02

Tints of Dark Goldenrod #CD7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 61.93%
G = 37.46%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD7C02 (or 0xCD7C02) is known color: Dark Goldenrod. HEX triplet: CD, 7C and 02. RGB value is (205,124,2). Sum of RGB (Red+Green+Blue) = 205+124+2=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7C02 is #3283FD. Grayscale: #868686. Windows color (decimal): -3310590 or 163021. OLE color: 163021.

HSL color Cylindrical-coordinate representation of color #CD7C02: hue angle of 36.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD7C02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 2 -
CMYK 0 0.40 0.99 0.20
HSL 36.06º 0.98% 0.41% -
HSV(B) 36.06º 0.99% 0.8% -
XYZ 32.4 27.4 3.64 -
YUV 134.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 205 124 2 0 0.40 0.99 0.20 36.06 0.98 0.41
Hex CD 7C 2 0 28 63 14 24 62 29
Octal 315 174 2 0 50 143 24 44 142 51
Binary 11001101 1111100 10 0 101000 1100011 10100 100100 1100010 101001

Color Harmonies of #CD7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C02

Black with #CD7C02

Text Example


Text Example

White with #CD7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C02; }

 p { color: rgb(205,124,2); }

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

background-color css

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

 a { background-color: rgb(205,124,2); }

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

border-color css

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

 span { border-color: rgb(205,124,2); }

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