Html Css Color HEX #CD7B02 Dark Goldenrod

📋 copy color: '#CD7B02'

red 205 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #CD7B02

Tints of Dark Goldenrod #CD7B02

RGB

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

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

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

R = 62.12%
G = 37.27%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD7B02 (or 0xCD7B02) is known color: Dark Goldenrod. HEX triplet: CD, 7B and 02. RGB value is (205,123,2). Sum of RGB (Red+Green+Blue) = 205+123+2=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B02 is #3284FD. Grayscale: #868686. Windows color (decimal): -3310846 or 162765. OLE color: 162765.

HSL color Cylindrical-coordinate representation of color #CD7B02: hue angle of 35.76º 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 #CD7B02 is Cyan = 0, Magento = 0.4, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 2 -
CMYK 0 0.4 0.99 0.20
HSL 35.76º 0.98% 0.41% -
HSV(B) 35.76º 0.99% 0.8% -
XYZ 32.27 27.15 3.6 -
YUV 133.72 53.67 178.84 -
System Red Green Blue C M Y K H S L
Decimal 205 123 2 0 0.4 0.99 0.20 35.76 0.98 0.41
Hex CD 7B 2 0 28 63 14 24 62 29
Octal 315 173 2 0 50 143 24 44 142 51
Binary 11001101 1111011 10 0 101000 1100011 10100 100100 1100010 101001

Color Harmonies of #CD7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B02

Black with #CD7B02

Text Example


Text Example

White with #CD7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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