Html Css Color HEX #CF8A0D Dark Goldenrod

📋 copy color: '#CF8A0D'

red 207 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #CF8A0D

Tints of Dark Goldenrod #CF8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 57.82%
G = 38.55%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF8A0D (or 0xCF8A0D) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 0D. RGB value is (207,138,13). Sum of RGB (Red+Green+Blue) = 207+138+13=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A0D is #3075F2. Grayscale: #909090. Windows color (decimal): -3175923 or 887503. OLE color: 887503.

HSL color Cylindrical-coordinate representation of color #CF8A0D: hue angle of 38.66º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF8A0D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 13 -
CMYK 0 0.33 0.94 0.19
HSL 38.66º 0.88% 0.43% -
HSV(B) 38.66º 0.94% 0.81% -
XYZ 34.89 31.47 4.62 -
YUV 144.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 207 138 13 0 0.33 0.94 0.19 38.66 0.88 0.43
Hex CF 8A D 0 21 5E 13 27 58 2B
Octal 317 212 15 0 41 136 23 47 130 53
Binary 11001111 10001010 1101 0 100001 1011110 10011 100111 1011000 101011

Color Harmonies of #CF8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A0D

Black with #CF8A0D

Text Example


Text Example

White with #CF8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A0D; }

 p { color: rgb(207,138,13); }

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

background-color css

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

 a { background-color: rgb(207,138,13); }

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

border-color css

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

 span { border-color: rgb(207,138,13); }

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