Html Css Color HEX #CDD21F Barberry

📋 copy color: '#CDD21F'

red 205 ◦ green 210 ◦ blue 31

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

Shades of Barberry #CDD21F

Tints of Barberry #CDD21F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

 BLUE value IS 31 (12.5% from 255) = 6.95%

R = 45.96%
G = 47.09%
B = 6.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CDD21F (or 0xCDD21F) is known color: Barberry. HEX triplet: CD, D2 and 1F. RGB value is (205,210,31). Sum of RGB (Red+Green+Blue) = 205+210+31=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD21F is #322DE0. Grayscale: #BCBCBC. Windows color (decimal): -3288545 or 2085581. OLE color: 2085581.

HSL color Cylindrical-coordinate representation of color #CDD21F: hue angle of 61.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDD21F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 31 -
CMYK 0.02 0 0.85 0.18
HSL 61.68º 0.74% 0.47% -
HSV(B) 61.68º 0.85% 0.82% -
XYZ 48.47 59.17 10.16 -
YUV 188.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 205 210 31 0.02 0 0.85 0.18 61.68 0.74 0.47
Hex CD D2 1F 2 0 55 12 3E 4A 2F
Octal 315 322 37 2 0 125 22 76 112 57
Binary 11001101 11010010 11111 10 0 1010101 10010 111110 1001010 101111

Color Harmonies of #CDD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD21F

Black with #CDD21F

Text Example


Text Example

White with #CDD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD21F; }

 p { color: rgb(205,210,31); }

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

background-color css

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

 a { background-color: rgb(205,210,31); }

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

border-color css

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

 span { border-color: rgb(205,210,31); }

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