Html Css Color HEX #C69E02 Buddha Gold

📋 copy color: '#C69E02'

red 198 ◦ green 158 ◦ blue 2

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

Shades of Buddha Gold #C69E02

Tints of Buddha Gold #C69E02

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

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

R = 55.31%
G = 44.13%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C69E02 (or 0xC69E02) is known color: Buddha Gold. HEX triplet: C6, 9E and 02. RGB value is (198,158,2). Sum of RGB (Red+Green+Blue) = 198+158+2=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E02 is #3961FD. Grayscale: #989898. Windows color (decimal): -3760638 or 171718. OLE color: 171718.

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

Color convert

RGB 198 158 2 -
CMYK 0 0.20 0.99 0.22
HSL 47.76º 0.98% 0.39% -
HSV(B) 47.76º 0.99% 0.78% -
XYZ 35.53 36.46 5.22 -
YUV 152.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 198 158 2 0 0.20 0.99 0.22 47.76 0.98 0.39
Hex C6 9E 2 0 14 63 16 30 62 27
Octal 306 236 2 0 24 143 26 60 142 47
Binary 11000110 10011110 10 0 10100 1100011 10110 110000 1100010 100111

Color Harmonies of #C69E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E02

Black with #C69E02

Text Example


Text Example

White with #C69E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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