Html Css Color HEX #CCCF03 La Rioja

📋 copy color: '#CCCF03'

red 204 ◦ green 207 ◦ blue 3

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

Shades of La Rioja #CCCF03

Tints of La Rioja #CCCF03

RGB

 RED value IS 204 (80.08% from 255) = 49.28%

 GREEN value IS 207 (81.25% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 49.28%
G = 50%
B = 0.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CCCF03 (or 0xCCCF03) is known color: La Rioja. HEX triplet: CC, CF and 03. RGB value is (204,207,3). Sum of RGB (Red+Green+Blue) = 204+207+3=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF03 is #3330FC. Grayscale: #B7B7B7. Windows color (decimal): -3354877 or 249804. OLE color: 249804.

HSL color Cylindrical-coordinate representation of color #CCCF03: hue angle of 60.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCCF03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 3 -
CMYK 0.01 0 0.99 0.19
HSL 60.88º 0.97% 0.41% -
HSV(B) 60.88º 0.99% 0.81% -
XYZ 47.23 57.47 8.69 -
YUV 182.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 204 207 3 0.01 0 0.99 0.19 60.88 0.97 0.41
Hex CC CF 3 1 0 63 13 3D 61 29
Octal 314 317 3 1 0 143 23 75 141 51
Binary 11001100 11001111 11 1 0 1100011 10011 111101 1100001 101001

Color Harmonies of #CCCF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF03

Black with #CCCF03

Text Example


Text Example

White with #CCCF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF03; }

 p { color: rgb(204,207,3); }

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

background-color css

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

 a { background-color: rgb(204,207,3); }

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

border-color css

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

 span { border-color: rgb(204,207,3); }

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