Html Css Color HEX #CC890F Dark Goldenrod

📋 copy color: '#CC890F'

red 204 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #CC890F

Tints of Dark Goldenrod #CC890F

RGB

 RED value IS 204 (80.08% from 255) = 57.3%

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 57.3%
G = 38.48%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC890F (or 0xCC890F) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 0F. RGB value is (204,137,15). Sum of RGB (Red+Green+Blue) = 204+137+15=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC890F is #3376F0. Grayscale: #8F8F8F. Windows color (decimal): -3372785 or 1018316. OLE color: 1018316.

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

Color convert

RGB 204 137 15 -
CMYK 0 0.33 0.93 0.2
HSL 38.73º 0.86% 0.43% -
HSV(B) 38.73º 0.93% 0.8% -
XYZ 33.93 30.76 4.6 -
YUV 143.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 204 137 15 0 0.33 0.93 0.2 38.73 0.86 0.43
Hex CC 89 F 0 21 5D 14 27 56 2B
Octal 314 211 17 0 41 135 24 47 126 53
Binary 11001100 10001001 1111 0 100001 1011101 10100 100111 1010110 101011

Color Harmonies of #CC890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC890F

Black with #CC890F

Text Example


Text Example

White with #CC890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC890F; }

 p { color: rgb(204,137,15); }

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

background-color css

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

 a { background-color: rgb(204,137,15); }

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

border-color css

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

 span { border-color: rgb(204,137,15); }

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