Html Css Color HEX #CB8A0F Dark Goldenrod

📋 copy color: '#CB8A0F'

red 203 ◦ green 138 ◦ blue 15

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

Shades of Dark Goldenrod #CB8A0F

Tints of Dark Goldenrod #CB8A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

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

R = 57.02%
G = 38.76%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB8A0F (or 0xCB8A0F) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 0F. RGB value is (203,138,15). Sum of RGB (Red+Green+Blue) = 203+138+15=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A0F is #3475F0. Grayscale: #8F8F8F. Windows color (decimal): -3438065 or 1018571. OLE color: 1018571.

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

Color convert

RGB 203 138 15 -
CMYK 0 0.32 0.93 0.20
HSL 39.26º 0.86% 0.43% -
HSV(B) 39.26º 0.93% 0.8% -
XYZ 33.8 30.91 4.64 -
YUV 143.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 203 138 15 0 0.32 0.93 0.20 39.26 0.86 0.43
Hex CB 8A F 0 20 5D 14 27 56 2B
Octal 313 212 17 0 40 135 24 47 126 53
Binary 11001011 10001010 1111 0 100000 1011101 10100 100111 1010110 101011

Color Harmonies of #CB8A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A0F

Black with #CB8A0F

Text Example


Text Example

White with #CB8A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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