Html Css Color HEX #CDDB04 La Rioja

📋 copy color: '#CDDB04'

red 205 ◦ green 219 ◦ blue 4

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

Shades of La Rioja #CDDB04

Tints of La Rioja #CDDB04

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.17%

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 47.9%
G = 51.17%
B = 0.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#CDDB04 (or 0xCDDB04) is known color: La Rioja. HEX triplet: CD, DB and 04. RGB value is (205,219,4). Sum of RGB (Red+Green+Blue) = 205+219+4=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB04 is #3224FB. Grayscale: #BFBFBF. Windows color (decimal): -3286268 or 318413. OLE color: 318413.

HSL color Cylindrical-coordinate representation of color #CDDB04: hue angle of 63.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDDB04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 4 -
CMYK 0.06 0 0.98 0.14
HSL 63.91º 0.96% 0.44% -
HSV(B) 63.91º 0.98% 0.86% -
XYZ 50.53 63.65 9.74 -
YUV 190.3 22.86 138.48 -
System Red Green Blue C M Y K H S L
Decimal 205 219 4 0.06 0 0.98 0.14 63.91 0.96 0.44
Hex CD DB 4 6 0 62 E 40 60 2C
Octal 315 333 4 6 0 142 16 100 140 54
Binary 11001101 11011011 100 110 0 1100010 1110 1000000 1100000 101100

Color Harmonies of #CDDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB04

Black with #CDDB04

Text Example


Text Example

White with #CDDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB04; }

 p { color: rgb(205,219,4); }

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

background-color css

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

 a { background-color: rgb(205,219,4); }

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

border-color css

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

 span { border-color: rgb(205,219,4); }

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