Html Css Color HEX #CB910F Dark Goldenrod

📋 copy color: '#CB910F'

red 203 ◦ green 145 ◦ blue 15

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

Shades of Dark Goldenrod #CB910F

Tints of Dark Goldenrod #CB910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 55.92%
G = 39.94%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB910F (or 0xCB910F) is known color: Dark Goldenrod. HEX triplet: CB, 91 and 0F. RGB value is (203,145,15). Sum of RGB (Red+Green+Blue) = 203+145+15=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB910F is #346EF0. Grayscale: #949494. Windows color (decimal): -3436273 or 1020363. OLE color: 1020363.

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

Color convert

RGB 203 145 15 -
CMYK 0 0.29 0.93 0.20
HSL 41.49º 0.86% 0.43% -
HSV(B) 41.49º 0.93% 0.8% -
XYZ 34.84 32.98 4.98 -
YUV 147.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 203 145 15 0 0.29 0.93 0.20 41.49 0.86 0.43
Hex CB 91 F 0 1D 5D 14 29 56 2B
Octal 313 221 17 0 35 135 24 51 126 53
Binary 11001011 10010001 1111 0 11101 1011101 10100 101001 1010110 101011

Color Harmonies of #CB910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB910F

Black with #CB910F

Text Example


Text Example

White with #CB910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB910F; }

 p { color: rgb(203,145,15); }

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

background-color css

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

 a { background-color: rgb(203,145,15); }

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

border-color css

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

 span { border-color: rgb(203,145,15); }

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