Html Css Color HEX #CDDA19 Barberry

📋 copy color: '#CDDA19'

red 205 ◦ green 218 ◦ blue 25

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

Shades of Barberry #CDDA19

Tints of Barberry #CDDA19

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

 BLUE value IS 25 (10.16% from 255) = 5.58%

R = 45.76%
G = 48.66%
B = 5.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#CDDA19 (or 0xCDDA19) is known color: Barberry. HEX triplet: CD, DA and 19. RGB value is (205,218,25). Sum of RGB (Red+Green+Blue) = 205+218+25=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDA19 is #3225E6. Grayscale: #C0C0C0. Windows color (decimal): -3286503 or 1694413. OLE color: 1694413.

HSL color Cylindrical-coordinate representation of color #CDDA19: hue angle of 64.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDDA19 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 25 -
CMYK 0.06 0 0.89 0.15
HSL 64.04º 0.79% 0.48% -
HSV(B) 64.04º 0.89% 0.85% -
XYZ 50.42 63.19 10.46 -
YUV 192.11 33.69 137.19 -
System Red Green Blue C M Y K H S L
Decimal 205 218 25 0.06 0 0.89 0.15 64.04 0.79 0.48
Hex CD DA 19 6 0 59 F 40 4F 30
Octal 315 332 31 6 0 131 17 100 117 60
Binary 11001101 11011010 11001 110 0 1011001 1111 1000000 1001111 110000

Color Harmonies of #CDDA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA19

Black with #CDDA19

Text Example


Text Example

White with #CDDA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA19; }

 p { color: rgb(205,218,25); }

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

background-color css

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

 a { background-color: rgb(205,218,25); }

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

border-color css

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

 span { border-color: rgb(205,218,25); }

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