Html Css Color HEX #CDD61C Barberry

📋 copy color: '#CDD61C'

red 205 ◦ green 214 ◦ blue 28

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

Shades of Barberry #CDD61C

Tints of Barberry #CDD61C

RGB

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

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

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

R = 45.86%
G = 47.87%
B = 6.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CDD61C (or 0xCDD61C) is known color: Barberry. HEX triplet: CD, D6 and 1C. RGB value is (205,214,28). Sum of RGB (Red+Green+Blue) = 205+214+28=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD61C is #3229E3. Grayscale: #BEBEBE. Windows color (decimal): -3287524 or 1889997. OLE color: 1889997.

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

Color convert

RGB 205 214 28 -
CMYK 0.04 0 0.87 0.16
HSL 62.9º 0.77% 0.47% -
HSV(B) 62.9º 0.87% 0.84% -
XYZ 49.43 61.16 10.3 -
YUV 190.11 36.52 138.62 -
System Red Green Blue C M Y K H S L
Decimal 205 214 28 0.04 0 0.87 0.16 62.9 0.77 0.47
Hex CD D6 1C 4 0 57 10 3F 4D 2F
Octal 315 326 34 4 0 127 20 77 115 57
Binary 11001101 11010110 11100 100 0 1010111 10000 111111 1001101 101111

Color Harmonies of #CDD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD61C

Black with #CDD61C

Text Example


Text Example

White with #CDD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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