Html Css Color HEX #CDD31C Barberry

📋 copy color: '#CDD31C'

red 205 ◦ green 211 ◦ blue 28

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

Shades of Barberry #CDD31C

Tints of Barberry #CDD31C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 46.17%
G = 47.52%
B = 6.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#CDD31C (or 0xCDD31C) is known color: Barberry. HEX triplet: CD, D3 and 1C. RGB value is (205,211,28). Sum of RGB (Red+Green+Blue) = 205+211+28=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD31C is #322CE3. Grayscale: #BDBDBD. Windows color (decimal): -3288292 or 1889229. OLE color: 1889229.

HSL color Cylindrical-coordinate representation of color #CDD31C: hue angle of 61.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDD31C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 28 -
CMYK 0.03 0 0.87 0.17
HSL 61.97º 0.77% 0.47% -
HSV(B) 61.97º 0.87% 0.83% -
XYZ 48.68 59.65 10.05 -
YUV 188.34 37.51 139.88 -
System Red Green Blue C M Y K H S L
Decimal 205 211 28 0.03 0 0.87 0.17 61.97 0.77 0.47
Hex CD D3 1C 3 0 57 11 3E 4D 2F
Octal 315 323 34 3 0 127 21 76 115 57
Binary 11001101 11010011 11100 11 0 1010111 10001 111110 1001101 101111

Color Harmonies of #CDD31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD31C

Black with #CDD31C

Text Example


Text Example

White with #CDD31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD31C; }

 p { color: rgb(205,211,28); }

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

background-color css

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

 a { background-color: rgb(205,211,28); }

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

border-color css

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

 span { border-color: rgb(205,211,28); }

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