Html Css Color HEX #CDBE3C Old Gold

📋 copy color: '#CDBE3C'

red 205 ◦ green 190 ◦ blue 60

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

Shades of Old Gold #CDBE3C

Tints of Old Gold #CDBE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.76%

 BLUE value IS 60 (23.83% from 255) = 13.19%

R = 45.05%
G = 41.76%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDBE3C (or 0xCDBE3C) is known color: Old Gold. HEX triplet: CD, BE and 3C. RGB value is (205,190,60). Sum of RGB (Red+Green+Blue) = 205+190+60=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE3C is #3241C3. Grayscale: #B4B4B4. Windows color (decimal): -3293636 or 3981005. OLE color: 3981005.

HSL color Cylindrical-coordinate representation of color #CDBE3C: hue angle of 53.79º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDBE3C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 60 -
CMYK 0 0.07 0.71 0.20
HSL 53.79º 0.59% 0.52% -
HSV(B) 53.79º 0.71% 0.8% -
XYZ 44.41 50.13 11.61 -
YUV 179.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 205 190 60 0 0.07 0.71 0.20 53.79 0.59 0.52
Hex CD BE 3C 0 7 47 14 36 3B 34
Octal 315 276 74 0 7 107 24 66 73 64
Binary 11001101 10111110 111100 0 111 1000111 10100 110110 111011 110100

Color Harmonies of #CDBE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE3C

Black with #CDBE3C

Text Example


Text Example

White with #CDBE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE3C; }

 p { color: rgb(205,190,60); }

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

background-color css

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

 a { background-color: rgb(205,190,60); }

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

border-color css

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

 span { border-color: rgb(205,190,60); }

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