Html Css Color HEX #CDB02E Metallic Gold

📋 copy color: '#CDB02E'

red 205 ◦ green 176 ◦ blue 46

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

Shades of Metallic Gold #CDB02E

Tints of Metallic Gold #CDB02E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 48.01%
G = 41.22%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB02E (or 0xCDB02E) is known color: Metallic Gold. HEX triplet: CD, B0 and 2E. RGB value is (205,176,46). Sum of RGB (Red+Green+Blue) = 205+176+46=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB02E is #324FD1. Grayscale: #AAAAAA. Windows color (decimal): -3297234 or 3059917. OLE color: 3059917.

HSL color Cylindrical-coordinate representation of color #CDB02E: hue angle of 49.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDB02E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 46 -
CMYK 0 0.14 0.78 0.20
HSL 49.06º 0.63% 0.49% -
HSV(B) 49.06º 0.78% 0.8% -
XYZ 41.2 44.23 8.95 -
YUV 169.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 205 176 46 0 0.14 0.78 0.20 49.06 0.63 0.49
Hex CD B0 2E 0 E 4E 14 31 3F 31
Octal 315 260 56 0 16 116 24 61 77 61
Binary 11001101 10110000 101110 0 1110 1001110 10100 110001 111111 110001

Color Harmonies of #CDB02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB02E

Black with #CDB02E

Text Example


Text Example

White with #CDB02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB02E; }

 p { color: rgb(205,176,46); }

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

background-color css

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

 a { background-color: rgb(205,176,46); }

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

border-color css

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

 span { border-color: rgb(205,176,46); }

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