Html Css Color HEX #C69702 Dark Goldenrod

📋 copy color: '#C69702'

red 198 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #C69702

Tints of Dark Goldenrod #C69702

RGB

 RED value IS 198 (77.73% from 255) = 56.41%

 GREEN value IS 151 (59.38% from 255) = 43.02%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 56.41%
G = 43.02%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C69702 (or 0xC69702) is known color: Dark Goldenrod. HEX triplet: C6, 97 and 02. RGB value is (198,151,2). Sum of RGB (Red+Green+Blue) = 198+151+2=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69702 is #3968FD. Grayscale: #949494. Windows color (decimal): -3762430 or 169926. OLE color: 169926.

HSL color Cylindrical-coordinate representation of color #C69702: hue angle of 45.61º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C69702 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 2 -
CMYK 0 0.24 0.99 0.22
HSL 45.61º 0.98% 0.39% -
HSV(B) 45.61º 0.99% 0.78% -
XYZ 34.37 34.14 4.84 -
YUV 148.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 198 151 2 0 0.24 0.99 0.22 45.61 0.98 0.39
Hex C6 97 2 0 18 63 16 2E 62 27
Octal 306 227 2 0 30 143 26 56 142 47
Binary 11000110 10010111 10 0 11000 1100011 10110 101110 1100010 100111

Color Harmonies of #C69702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69702

Black with #C69702

Text Example


Text Example

White with #C69702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69702; }

 p { color: rgb(198,151,2); }

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

background-color css

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

 a { background-color: rgb(198,151,2); }

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

border-color css

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

 span { border-color: rgb(198,151,2); }

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