Html Css Color HEX #CDD610 Barberry

📋 copy color: '#CDD610'

red 205 ◦ green 214 ◦ blue 16

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

Shades of Barberry #CDD610

Tints of Barberry #CDD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 47.13%
G = 49.2%
B = 3.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CDD610 (or 0xCDD610) is known color: Barberry. HEX triplet: CD, D6 and 10. RGB value is (205,214,16). Sum of RGB (Red+Green+Blue) = 205+214+16=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD610 is #3229EF. Grayscale: #BDBDBD. Windows color (decimal): -3287536 or 1103565. OLE color: 1103565.

HSL color Cylindrical-coordinate representation of color #CDD610: hue angle of 62.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD610 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 16 -
CMYK 0.04 0 0.93 0.16
HSL 62.73º 0.86% 0.45% -
HSV(B) 62.73º 0.93% 0.84% -
XYZ 49.32 61.11 9.69 -
YUV 188.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 205 214 16 0.04 0 0.93 0.16 62.73 0.86 0.45
Hex CD D6 10 4 0 5D 10 3F 56 2D
Octal 315 326 20 4 0 135 20 77 126 55
Binary 11001101 11010110 10000 100 0 1011101 10000 111111 1010110 101101

Color Harmonies of #CDD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD610

Black with #CDD610

Text Example


Text Example

White with #CDD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD610; }

 p { color: rgb(205,214,16); }

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

background-color css

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

 a { background-color: rgb(205,214,16); }

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

border-color css

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

 span { border-color: rgb(205,214,16); }

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