Html Css Color HEX #CDB02B Metallic Gold

📋 copy color: '#CDB02B'

red 205 ◦ green 176 ◦ blue 43

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

Shades of Metallic Gold #CDB02B

Tints of Metallic Gold #CDB02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 48.35%
G = 41.51%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CDB02B (or 0xCDB02B) is known color: Metallic Gold. HEX triplet: CD, B0 and 2B. RGB value is (205,176,43). Sum of RGB (Red+Green+Blue) = 205+176+43=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB02B is #324FD4. Grayscale: #AAAAAA. Windows color (decimal): -3297237 or 2863309. OLE color: 2863309.

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

Color convert

RGB 205 176 43 -
CMYK 0 0.14 0.79 0.20
HSL 49.26º 0.65% 0.49% -
HSV(B) 49.26º 0.79% 0.8% -
XYZ 41.14 44.2 8.65 -
YUV 169.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 205 176 43 0 0.14 0.79 0.20 49.26 0.65 0.49
Hex CD B0 2B 0 E 4F 14 31 41 31
Octal 315 260 53 0 16 117 24 61 101 61
Binary 11001101 10110000 101011 0 1110 1001111 10100 110001 1000001 110001

Color Harmonies of #CDB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB02B

Black with #CDB02B

Text Example


Text Example

White with #CDB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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