Html Css Color HEX #CB7905 Dark Goldenrod

📋 copy color: '#CB7905'

red 203 ◦ green 121 ◦ blue 5

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

Shades of Dark Goldenrod #CB7905

Tints of Dark Goldenrod #CB7905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 61.7%
G = 36.78%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB7905 (or 0xCB7905) is known color: Dark Goldenrod. HEX triplet: CB, 79 and 05. RGB value is (203,121,5). Sum of RGB (Red+Green+Blue) = 203+121+5=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7905 is #3486FA. Grayscale: #848484. Windows color (decimal): -3442427 or 358859. OLE color: 358859.

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

Color convert

RGB 203 121 5 -
CMYK 0 0.40 0.98 0.20
HSL 35.15º 0.95% 0.41% -
HSV(B) 35.15º 0.98% 0.8% -
XYZ 31.49 26.38 3.58 -
YUV 132.29 56.17 178.43 -
System Red Green Blue C M Y K H S L
Decimal 203 121 5 0 0.40 0.98 0.20 35.15 0.95 0.41
Hex CB 79 5 0 28 62 14 23 5F 29
Octal 313 171 5 0 50 142 24 43 137 51
Binary 11001011 1111001 101 0 101000 1100010 10100 100011 1011111 101001

Color Harmonies of #CB7905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7905

Black with #CB7905

Text Example


Text Example

White with #CB7905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7905; }

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

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

background-color css

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

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

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

border-color css

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

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

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