Html Css Color HEX #CB7907 Dark Goldenrod

📋 copy color: '#CB7907'

red 203 ◦ green 121 ◦ blue 7

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

Shades of Dark Goldenrod #CB7907

Tints of Dark Goldenrod #CB7907

RGB

 RED value IS 203 (79.69% from 255) = 61.33%

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 61.33%
G = 36.56%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB7907 (or 0xCB7907) is known color: Dark Goldenrod. HEX triplet: CB, 79 and 07. RGB value is (203,121,7). Sum of RGB (Red+Green+Blue) = 203+121+7=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7907 is #3486F8. Grayscale: #858585. Windows color (decimal): -3442425 or 489931. OLE color: 489931.

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

Color convert

RGB 203 121 7 -
CMYK 0 0.40 0.97 0.20
HSL 34.9º 0.93% 0.41% -
HSV(B) 34.9º 0.97% 0.8% -
XYZ 31.5 26.39 3.63 -
YUV 132.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 203 121 7 0 0.40 0.97 0.20 34.9 0.93 0.41
Hex CB 79 7 0 28 61 14 23 5D 29
Octal 313 171 7 0 50 141 24 43 135 51
Binary 11001011 1111001 111 0 101000 1100001 10100 100011 1011101 101001

Color Harmonies of #CB7907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7907

Black with #CB7907

Text Example


Text Example

White with #CB7907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7907; }

 p { color: rgb(203,121,7); }

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

background-color css

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

 a { background-color: rgb(203,121,7); }

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

border-color css

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

 span { border-color: rgb(203,121,7); }

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