Html Css Color HEX #CF7D02 Dark Goldenrod

📋 copy color: '#CF7D02'

red 207 ◦ green 125 ◦ blue 2

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

Shades of Dark Goldenrod #CF7D02

Tints of Dark Goldenrod #CF7D02

RGB

 RED value IS 207 (81.25% from 255) = 61.98%

 GREEN value IS 125 (49.22% from 255) = 37.43%

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

R = 61.98%
G = 37.43%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7D02 (or 0xCF7D02) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 02. RGB value is (207,125,2). Sum of RGB (Red+Green+Blue) = 207+125+2=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D02 is #3082FD. Grayscale: #888888. Windows color (decimal): -3179262 or 163279. OLE color: 163279.

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

Color convert

RGB 207 125 2 -
CMYK 0 0.40 0.99 0.19
HSL 36º 0.98% 0.41% -
HSV(B) 36º 0.99% 0.81% -
XYZ 33.08 27.94 3.71 -
YUV 135.5 52.67 179 -
System Red Green Blue C M Y K H S L
Decimal 207 125 2 0 0.40 0.99 0.19 36 0.98 0.41
Hex CF 7D 2 0 28 63 13 24 62 29
Octal 317 175 2 0 50 143 23 44 142 51
Binary 11001111 1111101 10 0 101000 1100011 10011 100100 1100010 101001

Color Harmonies of #CF7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D02

Black with #CF7D02

Text Example


Text Example

White with #CF7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D02; }

 p { color: rgb(207,125,2); }

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

background-color css

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

 a { background-color: rgb(207,125,2); }

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

border-color css

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

 span { border-color: rgb(207,125,2); }

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