Html Css Color HEX #CD990C Buddha Gold

📋 copy color: '#CD990C'

red 205 ◦ green 153 ◦ blue 12

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

Shades of Buddha Gold #CD990C

Tints of Buddha Gold #CD990C

RGB

 RED value IS 205 (80.47% from 255) = 55.41%

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 55.41%
G = 41.35%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD990C (or 0xCD990C) is known color: Buddha Gold. HEX triplet: CD, 99 and 0C. RGB value is (205,153,12). Sum of RGB (Red+Green+Blue) = 205+153+12=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD990C is #3266F3. Grayscale: #999999. Windows color (decimal): -3303156 or 825805. OLE color: 825805.

HSL color Cylindrical-coordinate representation of color #CD990C: hue angle of 43.83º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD990C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 12 -
CMYK 0 0.25 0.94 0.20
HSL 43.83º 0.89% 0.43% -
HSV(B) 43.83º 0.94% 0.8% -
XYZ 36.63 35.79 5.32 -
YUV 152.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 205 153 12 0 0.25 0.94 0.20 43.83 0.89 0.43
Hex CD 99 C 0 19 5E 14 2C 59 2B
Octal 315 231 14 0 31 136 24 54 131 53
Binary 11001101 10011001 1100 0 11001 1011110 10100 101100 1011001 101011

Color Harmonies of #CD990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD990C

Black with #CD990C

Text Example


Text Example

White with #CD990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD990C; }

 p { color: rgb(205,153,12); }

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

background-color css

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

 a { background-color: rgb(205,153,12); }

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

border-color css

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

 span { border-color: rgb(205,153,12); }

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