Html Css Color HEX #CDB23B Old Gold

📋 copy color: '#CDB23B'

red 205 ◦ green 178 ◦ blue 59

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

Shades of Old Gold #CDB23B

Tints of Old Gold #CDB23B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 46.38%
G = 40.27%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDB23B (or 0xCDB23B) is known color: Old Gold. HEX triplet: CD, B2 and 3B. RGB value is (205,178,59). Sum of RGB (Red+Green+Blue) = 205+178+59=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB23B is #324DC4. Grayscale: #ADADAD. Windows color (decimal): -3296709 or 3912397. OLE color: 3912397.

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

Color convert

RGB 205 178 59 -
CMYK 0 0.13 0.71 0.20
HSL 48.9º 0.59% 0.52% -
HSV(B) 48.9º 0.71% 0.8% -
XYZ 41.89 45.14 10.64 -
YUV 172.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 205 178 59 0 0.13 0.71 0.20 48.9 0.59 0.52
Hex CD B2 3B 0 D 47 14 31 3B 34
Octal 315 262 73 0 15 107 24 61 73 64
Binary 11001101 10110010 111011 0 1101 1000111 10100 110001 111011 110100

Color Harmonies of #CDB23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB23B

Black with #CDB23B

Text Example


Text Example

White with #CDB23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB23B; }

 p { color: rgb(205,178,59); }

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

background-color css

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

 a { background-color: rgb(205,178,59); }

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

border-color css

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

 span { border-color: rgb(205,178,59); }

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