Html Css Color HEX #CDA90B Buddha Gold

📋 copy color: '#CDA90B'

red 205 ◦ green 169 ◦ blue 11

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

Shades of Buddha Gold #CDA90B

Tints of Buddha Gold #CDA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.9%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 53.25%
G = 43.9%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA90B (or 0xCDA90B) is known color: Buddha Gold. HEX triplet: CD, A9 and 0B. RGB value is (205,169,11). Sum of RGB (Red+Green+Blue) = 205+169+11=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA90B is #3256F4. Grayscale: #A2A2A2. Windows color (decimal): -3299061 or 764365. OLE color: 764365.

HSL color Cylindrical-coordinate representation of color #CDA90B: hue angle of 48.87º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDA90B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 11 -
CMYK 0 0.18 0.95 0.20
HSL 48.87º 0.9% 0.42% -
HSV(B) 48.87º 0.95% 0.8% -
XYZ 39.43 41.38 6.23 -
YUV 161.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 205 169 11 0 0.18 0.95 0.20 48.87 0.9 0.42
Hex CD A9 B 0 12 5F 14 31 5A 2A
Octal 315 251 13 0 22 137 24 61 132 52
Binary 11001101 10101001 1011 0 10010 1011111 10100 110001 1011010 101010

Color Harmonies of #CDA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA90B

Black with #CDA90B

Text Example


Text Example

White with #CDA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA90B; }

 p { color: rgb(205,169,11); }

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

background-color css

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

 a { background-color: rgb(205,169,11); }

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

border-color css

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

 span { border-color: rgb(205,169,11); }

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