Html Css Color HEX #C69B02 Buddha Gold

📋 copy color: '#C69B02'

red 198 ◦ green 155 ◦ blue 2

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

Shades of Buddha Gold #C69B02

Tints of Buddha Gold #C69B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

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

R = 55.77%
G = 43.66%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C69B02 (or 0xC69B02) is known color: Buddha Gold. HEX triplet: C6, 9B and 02. RGB value is (198,155,2). Sum of RGB (Red+Green+Blue) = 198+155+2=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69B02 is #3964FD. Grayscale: #979797. Windows color (decimal): -3761406 or 170950. OLE color: 170950.

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

Color convert

RGB 198 155 2 -
CMYK 0 0.22 0.99 0.22
HSL 46.84º 0.98% 0.39% -
HSV(B) 46.84º 0.99% 0.78% -
XYZ 35.02 35.45 5.05 -
YUV 150.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 198 155 2 0 0.22 0.99 0.22 46.84 0.98 0.39
Hex C6 9B 2 0 16 63 16 2F 62 27
Octal 306 233 2 0 26 143 26 57 142 47
Binary 11000110 10011011 10 0 10110 1100011 10110 101111 1100010 100111

Color Harmonies of #C69B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B02

Black with #C69B02

Text Example


Text Example

White with #C69B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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