Html Css Color HEX #CD7B09 Dark Goldenrod

📋 copy color: '#CD7B09'

red 205 ◦ green 123 ◦ blue 9

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

Shades of Dark Goldenrod #CD7B09

Tints of Dark Goldenrod #CD7B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.67%

R = 60.83%
G = 36.5%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD7B09 (or 0xCD7B09) is known color: Dark Goldenrod. HEX triplet: CD, 7B and 09. RGB value is (205,123,9). Sum of RGB (Red+Green+Blue) = 205+123+9=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B09 is #3284F6. Grayscale: #878787. Windows color (decimal): -3310839 or 621517. OLE color: 621517.

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

Color convert

RGB 205 123 9 -
CMYK 0 0.4 0.96 0.20
HSL 34.9º 0.92% 0.42% -
HSV(B) 34.9º 0.96% 0.8% -
XYZ 32.31 27.16 3.8 -
YUV 134.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 205 123 9 0 0.4 0.96 0.20 34.9 0.92 0.42
Hex CD 7B 9 0 28 60 14 23 5C 2A
Octal 315 173 11 0 50 140 24 43 134 52
Binary 11001101 1111011 1001 0 101000 1100000 10100 100011 1011100 101010

Color Harmonies of #CD7B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B09

Black with #CD7B09

Text Example


Text Example

White with #CD7B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B09; }

 p { color: rgb(205,123,9); }

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

background-color css

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

 a { background-color: rgb(205,123,9); }

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

border-color css

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

 span { border-color: rgb(205,123,9); }

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