Html Css Color HEX #CDB02F Metallic Gold

📋 copy color: '#CDB02F'

red 205 ◦ green 176 ◦ blue 47

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

Shades of Metallic Gold #CDB02F

Tints of Metallic Gold #CDB02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.98%

R = 47.9%
G = 41.12%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDB02F (or 0xCDB02F) is known color: Metallic Gold. HEX triplet: CD, B0 and 2F. RGB value is (205,176,47). Sum of RGB (Red+Green+Blue) = 205+176+47=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB02F is #324FD0. Grayscale: #AAAAAA. Windows color (decimal): -3297233 or 3125453. OLE color: 3125453.

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

Color convert

RGB 205 176 47 -
CMYK 0 0.14 0.77 0.20
HSL 48.99º 0.63% 0.49% -
HSV(B) 48.99º 0.77% 0.8% -
XYZ 41.22 44.24 9.06 -
YUV 169.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 205 176 47 0 0.14 0.77 0.20 48.99 0.63 0.49
Hex CD B0 2F 0 E 4D 14 31 3F 31
Octal 315 260 57 0 16 115 24 61 77 61
Binary 11001101 10110000 101111 0 1110 1001101 10100 110001 111111 110001

Color Harmonies of #CDB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB02F

Black with #CDB02F

Text Example


Text Example

White with #CDB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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