Html Css Color HEX #CDA40B Buddha Gold

📋 copy color: '#CDA40B'

red 205 ◦ green 164 ◦ blue 11

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

Shades of Buddha Gold #CDA40B

Tints of Buddha Gold #CDA40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

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

R = 53.95%
G = 43.16%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA40B (or 0xCDA40B) is known color: Buddha Gold. HEX triplet: CD, A4 and 0B. RGB value is (205,164,11). Sum of RGB (Red+Green+Blue) = 205+164+11=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA40B is #325BF4. Grayscale: #9F9F9F. Windows color (decimal): -3300341 or 763085. OLE color: 763085.

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

Color convert

RGB 205 164 11 -
CMYK 0 0.2 0.95 0.20
HSL 47.32º 0.9% 0.42% -
HSV(B) 47.32º 0.95% 0.8% -
XYZ 38.51 39.55 5.92 -
YUV 158.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 205 164 11 0 0.2 0.95 0.20 47.32 0.9 0.42
Hex CD A4 B 0 14 5F 14 2F 5A 2A
Octal 315 244 13 0 24 137 24 57 132 52
Binary 11001101 10100100 1011 0 10100 1011111 10100 101111 1011010 101010

Color Harmonies of #CDA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA40B

Black with #CDA40B

Text Example


Text Example

White with #CDA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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