Html Css Color HEX #CDB250 Sundance

📋 copy color: '#CDB250'

red 205 ◦ green 178 ◦ blue 80

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

Shades of Sundance #CDB250

Tints of Sundance #CDB250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 44.28%
G = 38.44%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CDB250 (or 0xCDB250) is known color: Sundance. HEX triplet: CD, B2 and 50. RGB value is (205,178,80). Sum of RGB (Red+Green+Blue) = 205+178+80=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB250 is #324DAF. Grayscale: #AFAFAF. Windows color (decimal): -3296688 or 5288653. OLE color: 5288653.

HSL color Cylindrical-coordinate representation of color #CDB250: hue angle of 47.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDB250 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 80 -
CMYK 0 0.13 0.61 0.20
HSL 47.04º 0.56% 0.56% -
HSV(B) 47.04º 0.61% 0.8% -
XYZ 42.55 45.4 14.11 -
YUV 174.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 205 178 80 0 0.13 0.61 0.20 47.04 0.56 0.56
Hex CD B2 50 0 D 3D 14 2F 38 38
Octal 315 262 120 0 15 75 24 57 70 70
Binary 11001101 10110010 1010000 0 1101 111101 10100 101111 111000 111000

Color Harmonies of #CDB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB250

Black with #CDB250

Text Example


Text Example

White with #CDB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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